home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / NG_New / makedist < prev    next >
Text File  |  1995-07-21  |  981b  |  38 lines

  1. ; Make the CaBoom distribution
  2. ; (to get out from the commands, remove all "QUIET", ">NIL:" and "q" flags)
  3. ;
  4. ;failat 21
  5. ;
  6. ; cleanup
  7. ;delete >NIL: #?.o #?.lnk QUIET
  8. ;delete >NIL: T:CaBoom#? ALL QUIET
  9. ;
  10. ;
  11. ; Make temp dir in T:
  12. ;makedir T:CaBoom
  13. ;
  14. ; copy files
  15. ;Copy #? ALL TO T:CaBoom QUIET
  16. ;Copy /CaBoom.info CaBoom.readme TO T: QUIET
  17. ;Copy src.readme TO T:CaBoomSrc.readme QUIET
  18. ;
  19. ; Change the version and date in files
  20. ;Version CaBoom >ENV:CBVER
  21. ;Assign edfew: ""
  22. ;cd ENV:
  23. ;splat -o "CaBoom " "" "CBVER"
  24. ;cd T:CaBoom
  25. ;splat -o "<<VERSION>>" "$CBVER" "CaBoom.Guide CaBoom.readme /CaBoom.readme /CaBoomSrc.readme"
  26. ;cd edfew:
  27. ;Assign edfew: REMOVE
  28. ;
  29. ; aminet archives
  30. ;lha -arxZq a T:CaBoom.lha t:CaBoom/CaBoom~(#?.c) T:CaBoom/Wangi.txt t:CaBoom.info S:Contact
  31. ;lha -arxZq a T:CaBoomSrc.lha t:CaBoom/(#?.c|#?.h|makedist|smakefile|SCOPTIONS) T:CaBoom.info S:Contact
  32. ;
  33. ;lzx >NIL: -a -x -Y a T:CaBoom.LZX T:CaBoom/#? T:CaBoom.info
  34. ;
  35. ; cleanup
  36. ;delete T:CaBoom T:CaBoom.info ALL QUIET
  37. ;
  38.